curl --request GET \
--url https://api.tagdeliver.com/v1/account/branding \
--header 'Authorization: Bearer <token>'{
"brand": "Content Ignite",
"config": {
"logo": "https://cdn.tagdeliver.com/assets/img/full-logo.svg",
"logo_dark": "https://cdn.tagdeliver.com/assets/img/full-logo-dark.svg",
"logo_flat": "https://cdn.tagdeliver.com/assets/img/flat-logo.svg",
"colors": {
"primary": "#F66F5E",
"gradient": "linear-gradient(244deg, #F5B24F 0%, #F65C62 100%)",
"primary_dark": "#f66f5e"
},
"url": "https://admin.contentignite.com",
"whitelabel": true,
"name": "Content Ignite",
"support_link": "https://support.contentignite.com"
},
"success": true
}Fetches branding for the refering domain
curl --request GET \
--url https://api.tagdeliver.com/v1/account/branding \
--header 'Authorization: Bearer <token>'{
"brand": "Content Ignite",
"config": {
"logo": "https://cdn.tagdeliver.com/assets/img/full-logo.svg",
"logo_dark": "https://cdn.tagdeliver.com/assets/img/full-logo-dark.svg",
"logo_flat": "https://cdn.tagdeliver.com/assets/img/flat-logo.svg",
"colors": {
"primary": "#F66F5E",
"gradient": "linear-gradient(244deg, #F5B24F 0%, #F65C62 100%)",
"primary_dark": "#f66f5e"
},
"url": "https://admin.contentignite.com",
"whitelabel": true,
"name": "Content Ignite",
"support_link": "https://support.contentignite.com"
},
"success": true
}Was this page helpful?